home *** CD-ROM | disk | FTP | other *** search
/ PC Gamer (Italian) 29 / PC Gamer IT CD 29 2-2.iso / ES3ATR2 / ES3ATR2.exe / data1.cab / Tech_Demo_Data / keymaps / PantherXL.cs < prev    next >
Encoding:
Text File  |  1998-02-22  |  2.2 KB  |  52 lines

  1. #------------------------------------------------------------------------------
  2. # include generic camera controls
  3. exec _defCamera.cs
  4.  
  5.  
  6. #------------------------------------------------------------------------------
  7. # include generic keyboard controls
  8. exec _defKeyboard.cs
  9.  
  10. #------------------------------------------------------------------------------
  11. #
  12. # Add support for MadCatz PantherXL joystick
  13. #
  14. editActionMap Herc
  15.  
  16. #Weapon controls
  17. bindAction joystick make button0             TO ACTION_FIRE 1.0
  18. bindAction joystick break button0            TO ACTION_FIRE 0.0
  19. bindaction joystick make button12              TO ACTION_FIRE -1.0
  20. bindAction joystick break button12              TO ACTION_FIRE 0.0
  21. bindAction joystick make button1                 TO ACTION_TARGET_SELECTED
  22. bindAction joystick make button2                 TO ACTION_WEAPON_LINK
  23. bindAction joystick make button3                 TO ACTION_TARGET_CLOSEST
  24.  
  25. #Movement controls
  26. bindAction joystick xaxis                    TO ACTION_YAW deadzone 0.1 center square
  27. bindAction joystick yaxis                        TO ACTION_SPEED deadzone 0.1 center square
  28.  
  29. #View controls
  30. bindAction joystick ypov                       TO ACTION_ZOOM_SET
  31. bindAction joystick slider0                    TO ACTION_LOOK_X deadzone 0.01 center
  32. bindAction joystick slider1                     TO ACTION_LOOK_Y deadzone 0.01 center
  33.  
  34. #Shield controls
  35. bindAction joystick make button4                TO ACTION_SHIELD_FOCUS_ADJ +1.0
  36. bindAction joystick break button4              TO ACTION_SHIELD_FOCUS_ADJ  0.0
  37. bindAction joystick make button6                 TO ACTION_SHIELD_FOCUS_ADJ -1.0
  38. bindAction joystick break button6              TO ACTION_SHIELD_FOCUS_ADJ  0.0
  39. bindAction joystick make button5                 TO ACTION_SHIELD
  40. bindAction joystick make button7                 TO ACTION_SHIELD_TRACK
  41.  
  42. #System             
  43. bindAction joystick make button8                 TO ACTION_REACTOR
  44. bindAction joystick make button9                TO ACTION_CROUCH 1.0
  45. bindAction joystick break button9              TO ACTION_CROUCH 0.0
  46. bindAction joystick make button10              TO ACTION_CAMOUFLAGE
  47. bindAction joystick make button11              TO ACTION_SENSOR_MODE_TOGGLE
  48. bindAction joystick xpov                       TO ACTION_SENSOR_RANGE_TOGGLE
  49.  
  50.  
  51.  
  52.